Page summary

https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess 1998

Tested 2024-10-28 18:18:44 using Chrome 130.0.6723.58 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Third party
| Summary | | Download Video | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score54
Total Page Transfer Size3.5 MB
Requests153
Timing metrics
TTFB [median]1.977 s
First Paint [median]2.597 s
Fully Loaded [median]8.488 s
Google Web Vitals
TTFB [median]1.977 s
First Contentful Paint (FCP) [median]2.597 s
Largest Contentful Paint (LCP) [median]2.663 s
Cumulative Layout Shift (CLS) [median]0.00
Total Blocking Time [median]8 ms
Max Potential FID [median]58 ms
CPU metrics
CPU long tasks [median]3
CPU longest task duration229 ms
CPU last long task happens at3.036 s
Visual Metrics
First Visual Change [median]2.600 s
Speed Index [median]2.712 s
Visual Complete 85% [median]2.700 s
Visual Complete 99% [median]3.866 s
Last Visual Change [median]3.866 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange2.066 s2.600 s2.586 s3.066 s
LastVisualChange3.300 s3.866 s3.846 s4.366 s
SpeedIndex2.172 s2.712 s2.698 s3.188 s
VisualReadiness1.233 s1.266 s1.260 s1.300 s
VisualComplete852.166 s2.700 s2.686 s3.166 s
VisualComplete952.866 s3.500 s3.433 s3.900 s
VisualComplete993.300 s3.866 s3.846 s4.366 s
Google Web Vitals
Time To First Byte (TTFB)1.435 s1.977 s1.948 s2.401 s
Largest Contentful Paint (LCP)2.133 s2.663 s2.646 s3.114 s
First Contentful Paint (FCP)2.068 s2.597 s2.581 s3.051 s
Cumulative Layout Shift (CLS)0.00290.00360.00390.0051
More metrics
firstPaint2.068 s2.597 s2.581 s3.051 s
loadEventEnd2.218 s3.074 s3.067 s4.424 s
CPU
Total Blocking Time0 ms8 ms68 ms180 ms
Max Potential FID0 ms58 ms96 ms229 ms
CPU long tasks 2335
CPU last long task happens at2.057 s3.036 s2.892 s3.630 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
2.5 sCPU Long Task duration 114 ms
2.6 sCPU Long Task duration 79 msFirst Contentful Paint 2.597 sFirst Visual Change 2.600 s
2.7 sLCP <DIV> 2.663 sLayout Shift 0.00014 2.694 sDOM Content Loaded Time 2.699 sVisual Complete 85% 2.700 s
2.9 sLayout Shift 0.00002 2.868 s
3 sLayout Shift 0.00011 2.928 sLayout Shift 0.00005 2.944 sLayout Shift 0.00007 2.981 s
3.1 sLayout Shift 0.00017 3.047 sCPU Long Task duration 51 ms
3.2 sLayout Shift 0.00032 3.105 sLayout Shift 0.00015 3.132 s
3.3 sLayout Shift 0.00024 3.213 sCPU Long Task duration 229 ms
3.4 s
3.5 sLayout Shift 0.00232 3.497 sVisual Complete 95% 3.500 s
3.6 s
3.7 sLayout Shift 0.00087 3.637 s
3.8 sLayout Shift 0.00057 3.738 s
3.9 sLast Visual Change 3.866 sVisual Complete 99% 3.866 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.0.2.

I am the coach

Coach score

Performance advice (54)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 9 blocking requests and 2 in body parser blocking (7 JavaScript and 4 CSS). There are 1 potentially render blocking requests. You need to verify if it is render blocking: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js29
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js
  • https://widgets.figshare.com/static/figshare.js
  • https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js
  • https://gsw.silverchair-cdn.com/gsw/scm.proxylogging.js
  • https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1730139530
  • Don't scale images in the browser (avoidScalingImages)The page has 1 image that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.90
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.920 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint can be improved 2.990 s. It is in the Google Web Vitals needs improvement range, slower than 2.5 seconds.80
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/contours_background.png
  • Avoid CPU Long Tasks (longTasks)The page has 5 CPU long tasks with the total of 503 ms. The total blocking time is 154 ms and 2 long tasks before first contentful paint with total time of 199 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • self
  • self
  • same-origin-descendant
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 8 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.50
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js
  • https://widgets.figshare.com/static/figshare.js
  • Avoid doing redirects (assetsRedirects)The page has 18 redirects. 1 of the redirects are from the base domain, please fix them! 17 requests are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(0
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js
  • https://l.sharethis.com/pview...arethis.com/pview
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGCAAmcf1YgAAAAIPRVLAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://idsync.rlcdn.com/395886.gif?partner_uid=3648030634109567001
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 40 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 198.2 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://l.sharethis.com/pview...arethis.com/pview
  • https://rev.trendmd.com/ad-sets/identifier
  • https://l.sharethis.com/sc....sharethis.com/sc
  • https://js.hsleadflows.net/leadflows.js
  • https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq
  • https://sync.sharethis.com/panorama...this.com/panorama
  • https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif
  • https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=21550794
  • https://forms.hscollectedforms.net/collected-forms/v1/config/json...ms/v1/config/json
  • https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=1
  • https://forms.hubspot.com/lead-flows-config/v1/config/json...ig/v1/config/json
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGCAAmcf1YgAAAAIPRVLAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://px.ads.linkedin.com/attribution_trigger...tribution_trigger
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=504eee020487adc38f43c1fb7c2394c8&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/ttd?uid=1c9e1829-9493-4138-bb77-4ae1af6e45c0&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/nlsn?uid=63e1aab4fc8f7198281bee09264a9394
  • https://idsync.rlcdn.com/395886.gif?partner_uid=3648030634109567001
  • https://sync.sharethis.com/eyeota...rethis.com/eyeota
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://sync.sharethis.com/yahoo?uid=y-jstJTe5E2oOucVJPhGTNuDla5d8vcQxBMok-~A&gdpr=0
  • https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://flowtype.press/?test=true
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1730139530
  • https://www.medtargetsystem.com/_itu.png#1730139530386
  • Long cache headers is good (cacheHeadersLong)The page has 54 requests that have a shorter cache time than 30 days (but still a cache time).46
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://widgets.figshare.com/static/figshare.js
  • https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/0a...8bdf8992fe98.json
  • https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js
  • https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/f5...afed24a13/en.json
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otFlat.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js?
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://js.trendmd.com/trendmd.min.js
  • https://platform-api.sharethis.com/js/sharethis.js#property=643701de45aa460012e1032e&product=sop
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg
  • https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg
  • https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png
  • https://cookie-cdn.cookiepro.com/logos/static/cookiepro_logo.png
  • https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg
  • https://rev.trendmd.com/ad-sets/identifier
  • https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://static.hotjar.com/c/hotjar-2619384.js?sv=7
  • https://js.hs-scripts.com/21550794.js
  • https://gsw.hum.works/js/main.js
  • https://js.hs-banner.com/21550794.js
  • https://js.hs-analytics.net/analytics/1730139300000/21550794.js
  • https://js.hsadspixel.net/fb.js
  • https://js.hscollectedforms.net/collectedforms.js
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1730139528698
  • https://platform-api.sharethis.com/panorama.js
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://js.trendmd.com/polyfills.js?0.477.0
  • https://t.sharethis.com/a/t_.htm...this.com/a/t_.htm
  • https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js
  • https://js.trendmd.com/widget.js?0.477.0
  • https://gsw.hum.works/events/api/tracker/personalization/7615a9f4-b148-43a8-9bd7...9bd7-3885a8df8a4b
  • https://snap.licdn.com/li.lms-analytics/insight.min.js
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/npi
  • Always compress text content (compressAssets)The page has 3 requests that are served uncompressed. You could save a lot of bytes by sending them compressed instead.70
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js? 3.8 KB7.9 KB
    https://gsw.hum.works/js/main.js 312.6 KB312.1 KB
    https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq 71.8 KB71.7 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 62 kB and uncompressed size is 413.2 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css 52.2 KB366.4 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css 2.1 KB8.5 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css 961 B661 B
    https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700 947 B3.8 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css 4.4 KB24.2 KB
    Avoid too many fonts (fewFonts)The page has 3 font requests. Do you really need them? What value does the fonts give the user?70
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 2.8 MB and the uncompressed size is 8.7 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js 7.6 KB21.9 KB
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js 30.7 KB86.1 KB
    https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js 3.9 KB8.8 KB
    https://widgets.figshare.com/static/figshare.js 34.5 KB101.6 KB
    https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/0a...8bdf8992fe98.json 2.3 KB4.4 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js 144.3 KB519.7 KB
    https://gsw.silverchair-cdn.com/gsw/scm.proxylogging.js 772 B386 B
    https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js 226.4 KB1.1 MB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js 104.6 KB449.5 KB
    https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/f5...afed24a13/en.json 10.1 KB41.2 KB
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js? 3.8 KB7.9 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67 108.2 KB314.6 KB
    https://js.trendmd.com/trendmd.min.js 3.2 KB6.7 KB
    https://platform-api.sharethis.com/js/sharethis.js#property=643701de45aa460012e1032e&product=sop 46.3 KB205.7 KB
    https://securepubads.g.doubleclick.net/tag/js/gpt.js 32.6 KB104.0 KB
    https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js 1.1 KB708 B
    https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410230101/pubads_impl.js 149.7 KB483.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c 112.7 KB347.2 KB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://static.hotjar.com/c/hotjar-2619384.js?sv=7 6.4 KB15.2 KB
    https://js.hs-scripts.com/21550794.js 1.0 KB2.5 KB
    https://gsw.hum.works/js/main.js 312.6 KB312.1 KB
    https://script.hotjar.com/modules.625495a901d247c3e8d4.js 55.3 KB221.2 KB
    https://js.hs-banner.com/21550794.js 18.9 KB62.3 KB
    https://js.hs-analytics.net/analytics/1730139300000/21550794.js 24.6 KB68.4 KB
    https://js.hsleadflows.net/leadflows.js 92.1 KB550.3 KB
    https://js.hsadspixel.net/fb.js 3.6 KB6.2 KB
    https://js.hscollectedforms.net/collectedforms.js 24.4 KB68.8 KB
    https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1730139528698 1.4 KB2.3 KB
    https://platform-api.sharethis.com/panorama.js 11.8 KB38.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1 97.5 KB279.1 KB
    https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1 96.9 KB276.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1 97.4 KB275.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1 94.8 KB268.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1 94.8 KB268.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1 94.8 KB268.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1 97.3 KB275.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1 94.8 KB268.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1 94.8 KB268.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1 94.8 KB268.4 KB
    https://js.trendmd.com/polyfills.js?0.477.0 49.1 KB134.8 KB
    https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js 11.1 KB36.9 KB
    https://js.trendmd.com/widget.js?0.477.0 61.5 KB243.2 KB
    https://snap.licdn.com/li.lms-analytics/insight.min.js 14.5 KB40.2 KB
    https://px.ads.linkedin.com/collect...kedin.com/collect 163 B0 b
    https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1730139530 20.3 KB102.6 KB
    Avoid using incorrect mime types (mimeTypes)The page has 5 misconfigured mime types. 95
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743...s/white-label.ttf
  • https://rev.trendmd.com/ad-sets/identifier
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://flowtype.press/?test=true
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/npi
  • Make each CSS response small (optimalCssSize)https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css size is 53.4 kB (53417) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css 52.2 KB366.4 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 3.7 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998 84.1 KB558.1 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js 7.6 KB21.9 KB
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js 30.7 KB86.1 KB
    https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js 3.9 KB8.8 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css 52.2 KB366.4 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css 2.1 KB8.5 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css 961 B661 B
    https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700 947 B3.8 KB
    https://widgets.figshare.com/static/figshare.js 34.5 KB101.6 KB
    https://gsw.silverchair-cdn.com/UI/app/svg/umbrella/gsw-20years-logo-horizontal-white.svg 4.2 KB9.8 KB
    https://gsw.silverchair-cdn.com/data/SiteBuilderAssets/Live/Images/ComingSoon.svg 3.2 KB8.2 KB
    https://gsw.silverchair-cdn.com/UI/app/svg/umbrella/logo-gsw.svg?versionId=3454 4.1 KB9.6 KB
    https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/0a...8bdf8992fe98.json 2.3 KB4.4 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js 144.3 KB519.7 KB
    https://gsw.silverchair-cdn.com/gsw/scm.proxylogging.js 772 B386 B
    https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location 307 B69 B
    https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js 226.4 KB1.1 MB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js 104.6 KB449.5 KB
    https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/f5...afed24a13/en.json 10.1 KB41.2 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/img/masthead_with_bg.png 337.2 KB336.1 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/img/contours_background.png 158.5 KB157.6 KB
    https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2 23.1 KB23.0 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743...s/white-label.ttf 26.1 KB25.4 KB
    https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2 23.9 KB23.8 KB
    https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2 22.5 KB22.5 KB
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js N/A0 b
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otFlat.json 3.1 KB13.3 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json 12.8 KB61.9 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json 1.9 KB4.6 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css 4.4 KB24.2 KB
    https://pubs.geoscienceworld.org/Citation/GetResourcesInCitationManager 203 B111 B
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js? 3.8 KB7.9 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/img/favicons/v-638630724300231682/manifest.json 826 B403 B
    https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f01.jpeg 7.6 KB7.3 KB
    https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f02.jpeg 6.5 KB6.1 KB
    https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f03.jpeg 8.0 KB7.7 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/img/favicons/v-638630724300081713/favicon.ico 5.6 KB14.7 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67 108.2 KB314.6 KB
    https://js.trendmd.com/trendmd.min.js 3.2 KB6.7 KB
    https://platform-api.sharethis.com/js/sharethis.js#property=643701de45aa460012e1032e&product=sop 46.3 KB205.7 KB
    https://securepubads.g.doubleclick.net/tag/js/gpt.js 32.6 KB104.0 KB
    https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg 622 B651 B
    https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg 541 B497 B
    https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png 4.1 KB3.9 KB
    https://cookie-cdn.cookiepro.com/logos/static/cookiepro_logo.png 32.8 KB32.5 KB
    https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg 2.3 KB5.3 KB
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/jsd/r/8d9cee20fb89571c 632 B0 b
    https://rev.trendmd.com/ad-sets/identifier 0 b0 b
    https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js 1.1 KB708 B
    https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410230101/pubads_impl.js 149.7 KB483.6 KB
    https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org 76 B72 B
    https://l.sharethis.com/pview...arethis.com/pview 252 B0 b
    https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c 112.7 KB347.2 KB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://static.hotjar.com/c/hotjar-2619384.js?sv=7 6.4 KB15.2 KB
    https://js.hs-scripts.com/21550794.js 1.0 KB2.5 KB
    https://gsw.hum.works/js/main.js 312.6 KB312.1 KB
    https://rev.trendmd.com/ad-sets/identifier 1.3 KB81 B
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://l.sharethis.com/sc....sharethis.com/sc 176 B176 B
    https://script.hotjar.com/modules.625495a901d247c3e8d4.js 55.3 KB221.2 KB
    https://www.google-analytics.com/j/collect...ics.com/j/collect 319 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 73 B3 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 71 B3 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 71 B3 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 83 B15 B
    https://js.hs-banner.com/21550794.js 18.9 KB62.3 KB
    https://js.hs-analytics.net/analytics/1730139300000/21550794.js 24.6 KB68.4 KB
    https://js.hsleadflows.net/leadflows.js 92.1 KB550.3 KB
    https://js.hsadspixel.net/fb.js 3.6 KB6.2 KB
    https://js.hscollectedforms.net/collectedforms.js 24.4 KB68.8 KB
    https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings 0 b0 b
    https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1730139528698 1.4 KB2.3 KB
    https://platform-api.sharethis.com/panorama.js 11.8 KB38.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1 97.5 KB279.1 KB
    https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1 96.9 KB276.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1 97.4 KB275.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1 94.8 KB268.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1 94.8 KB268.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1 94.8 KB268.4 KB
    https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings 1.6 KB576 B
    https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1 97.3 KB275.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1 94.8 KB268.4 KB
    https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq 0 b0 b
    https://bcp.crwdcntrl.net/6/map 698 B235 B
    https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1 94.8 KB268.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1 94.8 KB268.4 KB
    https://js.trendmd.com/polyfills.js?0.477.0 49.1 KB134.8 KB
    https://t.sharethis.com/a/t_.htm...this.com/a/t_.htm 1.2 KB2.0 KB
    https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq 71.8 KB71.7 KB
    https://content.hotjar.io/?site_id=2619384&gzip=1 171 B56 B
    https://sync.sharethis.com/panorama...this.com/panorama 42 B42 B
    https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif 1.2 KB45 B
    https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=21550794 791 B114 B
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://forms.hscollectedforms.net/collected-forms/v1/config/json...ms/v1/config/json 495 B136 B
    https://gsw.hum.works/events/api/tracker/personalization/7615a9f4-b148-43a8-9bd7...9bd7-3885a8df8a4b 0 b0 b
    https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js 11.1 KB36.9 KB
    https://js.trendmd.com/widget.js?0.477.0 61.5 KB243.2 KB
    https://gsw.hum.works/events/api/tracker/personalization/7615a9f4-b148-43a8-9bd7...9bd7-3885a8df8a4b 942 B925 B
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=1 884 B35 B
    https://forms.hubspot.com/lead-flows-config/v1/config/json...ig/v1/config/json 1.5 KB178 B
    https://snap.licdn.com/li.lms-analytics/insight.min.js 14.5 KB40.2 KB
    https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent= N/A0 b
    https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGCAAmcf1YgAAAAIPRVLAw%3D%3D&gdp...r=0&gdpr_consent= N/A0 b
    https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent= N/A0 b
    https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent= 267 B0 b
    https://ml314.com/utsync.ashx...4.com/utsync.ashx N/A0 b
    https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent= N/A0 b
    https://gsw.hum.works/events/api/event/batch?_kid=prod-key-gsw-emjipblxfq 0 b0 b
    https://flowtype.press/?test=true N/A0 b
    https://gsw.hum.works/events/api/event/batch?_kid=prod-key-gsw-emjipblxfq 27 B12 B
    https://px.ads.linkedin.com/attribution_trigger...tribution_trigger 766 B2 B
    https://px.ads.linkedin.com/collect...kedin.com/collect N/A0 b
    https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent= N/A0 b
    https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1 N/A0 b
    https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent= N/A0 b
    https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent= 121 B0 b
    https://sync.sharethis.com/int/lotame?uid=504eee020487adc38f43c1fb7c2394c8&gdpr=0&gdpr_consent= 42 B42 B
    https://sync.sharethis.com/ttd?uid=1c9e1829-9493-4138-bb77-4ae1af6e45c0&gdpr=0&gdpr_consent= 42 B42 B
    https://sync.sharethis.com/nlsn?uid=63e1aab4fc8f7198281bee09264a9394 42 B42 B
    https://pagead2.googlesyndication.com/pagead/ping?e=1 N/A0 b
    https://idsync.rlcdn.com/395886.gif?partner_uid=3648030634109567001 N/A0 b
    https://sync.sharethis.com/eyeota...rethis.com/eyeota 42 B42 B
    https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true N/A0 b
    https://sync.sharethis.com/yahoo?uid=y-jstJTe5E2oOucVJPhGTNuDla5d8vcQxBMok-~A&gdpr=0 42 B42 B
    https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif N/A0 b
    https://px.ads.linkedin.com/collect...kedin.com/collect N/A0 b
    https://www.linkedin.com/px/li_sync...in.com/px/li_sync N/A0 b
    https://ml314.com/csync.ashx...14.com/csync.ashx 115 B43 B
    https://flowtype.press/?test=true 48 B48 B
    https://px.ads.linkedin.com/collect...kedin.com/collect 163 B0 b
    https://px.ads.linkedin.com/wa/ 203 B0 b
    https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/npi 0 b0 b
    https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/npi 1.3 KB83 B
    https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite 540 B190 B
    https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1730139530 20.3 KB102.6 KB
    https://www.medtargetsystem.com/_itu.png#1730139530386 396 B89 B
    https://metrics.hotjar.io/?v=6&site_id=2619384&debug=true 80 B0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    Don't use private headers on static content (privateAssets)The page has 19 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.0
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1730139528698
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/_itu.png#1730139530386
  • Best practice advice (71)

    TitleAdviceScore
    Meta description (metaDescription)The page is missing a meta description.0
    Description: Use a page description to make the page more relevant to search engines.
    Have a good URL format (url)The page is using more than two request parameters. You should really rethink and try to minimize the number of parameters. Could the developer or the CMS be on Windows? Avoid using spaces in the URLs, use hyphens or underscores. 40
    Description: A clean URL is good for the user and for SEO. Make them human readable, avoid too long URLs, spaces in the URL, too many request parameters, and never ever have the session id in your URL.
    Do not send too long headers (longHeaders)https://pubs.geoscie.../8d9cee20fb89571c has a header set-cookie that is 741 characters long. https://l.sharethis....arethis.com/pview has a header location that is 818 characters long. https://l.sharethis.....sharethis.com/sc has a header location that is 818 characters long. https://js.hs-banner.com/21550794.js has a header access-control-allow-headers that is 682 characters long. 96
    Description: Do not send response headers that are too long.
    Offenders:
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/jsd/r/8d9cee20fb89571c
  • https://l.sharethis.com/pview...arethis.com/pview
  • https://l.sharethis.com/sc....sharethis.com/sc
  • https://js.hs-banner.com/21550794.js
  • Avoid use too many response headers (manyHeaders)https://js.hs-banner.com/21550794.js has 31 headers.https://js.hsleadflows.net/leadflows.js has 34 headers.https://js.hsadspixel.net/fb.js has 31 headers.https://js.hscollect...collectedforms.js has 32 headers.96
    Description: Avoid send too many response headers.
    Offenders:
  • https://js.hs-banner.com/21550794.js
  • https://js.hsleadflows.net/leadflows.js
  • https://js.hsadspixel.net/fb.js
  • https://js.hscollectedforms.net/collectedforms.js
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (148 requests and 3.6 MB) then first party (5 requests and 90.9 kB). The page transfer more bytes from third party domains (3.6 MB) then first party (90.9 kB). The regex .*geoscienceworld.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 22 responses that sets a p3p header. There are 75 responses that sets both a max-age and expires header. There are 28 responses that sets a pragma no-cache header (that is a request header). There are 1 response that sets a x-frame-options:sameorigin header. There are 129 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js
  • https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://widgets.figshare.com/static/figshare.js
  • https://widgets.figshare.com/static/figshare.js
  • https://gsw.silverchair-cdn.com/UI/app/svg/umbrella/gsw-20years-logo-horizontal-white.svg
  • https://gsw.silverchair-cdn.com/data/SiteBuilderAssets/Live/Images/ComingSoon.svg
  • https://gsw.silverchair-cdn.com/UI/app/svg/umbrella/logo-gsw.svg?versionId=3454
  • https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/0a...8bdf8992fe98.json
  • https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js
  • https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js
  • https://gsw.silverchair-cdn.com/gsw/scm.proxylogging.js
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js
  • https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/f5...afed24a13/en.json
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/masthead_with_bg.png
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/masthead_with_bg.png
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/contours_background.png
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/contours_background.png
  • https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743...s/white-label.ttf
  • https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otFlat.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otFlat.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css
  • https://pubs.geoscienceworld.org/Citation/GetResourcesInCitationManager
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js?
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/favicons/v-638630724300231682/manifest.json
  • https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f01.jpeg
  • https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f02.jpeg
  • https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f03.jpeg
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/favicons/v-638630724300081713/favicon.ico
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://js.trendmd.com/trendmd.min.js
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg
  • https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg
  • https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg
  • https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg
  • https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png
  • https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png
  • https://cookie-cdn.cookiepro.com/logos/static/cookiepro_logo.png
  • https://cookie-cdn.cookiepro.com/logos/static/cookiepro_logo.png
  • https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg
  • https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/jsd/r/8d9cee20fb89571c
  • https://rev.trendmd.com/ad-sets/identifier
  • https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js
  • https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410230101/pubads_impl.js
  • https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410230101/pubads_impl.js
  • https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410230101/pubads_impl.js
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://www.google-analytics.com/analytics.js
  • https://www.google-analytics.com/analytics.js
  • https://js.hs-scripts.com/21550794.js
  • https://js.hs-scripts.com/21550794.js
  • https://gsw.hum.works/js/main.js
  • https://rev.trendmd.com/ad-sets/identifier
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://js.hs-banner.com/21550794.js
  • https://js.hs-banner.com/21550794.js
  • https://js.hs-analytics.net/analytics/1730139300000/21550794.js
  • https://js.hs-analytics.net/analytics/1730139300000/21550794.js
  • https://js.hsleadflows.net/leadflows.js
  • https://js.hsadspixel.net/fb.js
  • https://js.hscollectedforms.net/collectedforms.js
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1730139528698
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq
  • https://bcp.crwdcntrl.net/6/map
  • https://bcp.crwdcntrl.net/6/map
  • https://bcp.crwdcntrl.net/6/map
  • https://bcp.crwdcntrl.net/6/map
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://js.trendmd.com/polyfills.js?0.477.0
  • https://t.sharethis.com/a/t_.htm...this.com/a/t_.htm
  • https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq
  • https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif
  • https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif
  • https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=21550794
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://forms.hscollectedforms.net/collected-forms/v1/config/json...ms/v1/config/json
  • https://gsw.hum.works/events/api/tracker/personalization/7615a9f4-b148-43a8-9bd7...9bd7-3885a8df8a4b
  • https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js
  • https://js.trendmd.com/widget.js?0.477.0
  • https://gsw.hum.works/events/api/tracker/personalization/7615a9f4-b148-43a8-9bd7...9bd7-3885a8df8a4b
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=1
  • https://forms.hubspot.com/lead-flows-config/v1/config/json...ig/v1/config/json
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGCAAmcf1YgAAAAIPRVLAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGCAAmcf1YgAAAAIPRVLAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGCAAmcf1YgAAAAIPRVLAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGCAAmcf1YgAAAAIPRVLAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://gsw.hum.works/events/api/event/batch?_kid=prod-key-gsw-emjipblxfq
  • https://flowtype.press/?test=true
  • https://gsw.hum.works/events/api/event/batch?_kid=prod-key-gsw-emjipblxfq
  • https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=504eee020487adc38f43c1fb7c2394c8&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=504eee020487adc38f43c1fb7c2394c8&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=504eee020487adc38f43c1fb7c2394c8&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=504eee020487adc38f43c1fb7c2394c8&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/ttd?uid=1c9e1829-9493-4138-bb77-4ae1af6e45c0&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/nlsn?uid=63e1aab4fc8f7198281bee09264a9394
  • https://sync.sharethis.com/nlsn?uid=63e1aab4fc8f7198281bee09264a9394
  • https://pagead2.googlesyndication.com/pagead/ping?e=1
  • https://pagead2.googlesyndication.com/pagead/ping?e=1
  • https://pagead2.googlesyndication.com/pagead/ping?e=1
  • https://pagead2.googlesyndication.com/pagead/ping?e=1
  • https://idsync.rlcdn.com/395886.gif?partner_uid=3648030634109567001
  • https://sync.sharethis.com/eyeota...rethis.com/eyeota
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://sync.sharethis.com/yahoo?uid=y-jstJTe5E2oOucVJPhGTNuDla5d8vcQxBMok-~A&gdpr=0
  • https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://flowtype.press/?test=true
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/npi
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/npi
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1730139530
  • https://www.medtargetsystem.com/_itu.png#1730139530386
  • https://www.medtargetsystem.com/_itu.png#1730139530386
  • https://www.medtargetsystem.com/_itu.png#1730139530386
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • Privacy advice (73)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 6 third party cookies.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • sharethis.com
  • crwdcntrl.net
  • crwdcntrl.net
  • .exelator.com
  • eyeota.net
  • .linkedin.com
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 65% requests that are 3rd party (99 requests with a size of 2.1 MB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 43 survelliance requests and uses 5 survelliance tools. The page do 1 consent-provider request and uses 1 consent-provider tool. The page do 12 tag-manager requests and uses 1 tag-manager tool. The page do 14 social requests and uses 1 social tool. The page do 25 ad requests and uses 8 ad tools. The page do 28 analytics requests and uses 3 analytics tools. The page do 13 marketing requests and uses 2 marketing tools.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
  • https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://platform-api.sharethis.com/js/sharethis.js#property=643701de45aa460012e1032e&product=sop
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js
  • https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410230101/pubads_impl.js
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://l.sharethis.com/pview...arethis.com/pview
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://www.google-analytics.com/analytics.js
  • https://static.hotjar.com/c/hotjar-2619384.js?sv=7
  • https://js.hs-scripts.com/21550794.js
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://l.sharethis.com/sc....sharethis.com/sc
  • https://script.hotjar.com/modules.625495a901d247c3e8d4.js
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://js.hs-banner.com/21550794.js
  • https://js.hs-analytics.net/analytics/1730139300000/21550794.js
  • https://js.hsleadflows.net/leadflows.js
  • https://js.hsadspixel.net/fb.js
  • https://js.hscollectedforms.net/collectedforms.js
  • https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1730139528698
  • https://platform-api.sharethis.com/panorama.js
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://bcp.crwdcntrl.net/6/map
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://t.sharethis.com/a/t_.htm...this.com/a/t_.htm
  • https://content.hotjar.io/?site_id=2619384&gzip=1
  • https://sync.sharethis.com/panorama...this.com/panorama
  • https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif
  • https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=21550794
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://forms.hscollectedforms.net/collected-forms/v1/config/json...ms/v1/config/json
  • https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=1
  • https://forms.hubspot.com/lead-flows-config/v1/config/json...ig/v1/config/json
  • https://snap.licdn.com/li.lms-analytics/insight.min.js
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGCAAmcf1YgAAAAIPRVLAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://px.ads.linkedin.com/attribution_trigger...tribution_trigger
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=504eee020487adc38f43c1fb7c2394c8&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/ttd?uid=1c9e1829-9493-4138-bb77-4ae1af6e45c0&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/nlsn?uid=63e1aab4fc8f7198281bee09264a9394
  • https://pagead2.googlesyndication.com/pagead/ping?e=1
  • https://idsync.rlcdn.com/395886.gif?partner_uid=3648030634109567001
  • https://sync.sharethis.com/eyeota...rethis.com/eyeota
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://sync.sharethis.com/yahoo?uid=y-jstJTe5E2oOucVJPhGTNuDla5d8vcQxBMok-~A&gdpr=0
  • https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://px.ads.linkedin.com/wa/
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1730139530
  • https://www.medtargetsystem.com/_itu.png#1730139530386
  • https://metrics.hotjar.io/?v=6&site_id=2619384&debug=true
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • Page info

    Page info
    Titleriess 1998 | Page 1 | Search Results | GeoScienceWorld
    Width1350
    Height10316
    DOM elements4661
    Avg DOM depth16
    Max DOM depth38
    Iframes6
    Script tags49
    Local storage68.6 KB
    Session storage48 B
    Network Information API4g

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    PHP 7.0.19100  Programming languages
    Microsoft ASP.NET 4.0.30319100  Web frameworks
    Envoy 100  Reverse proxies
    Google Cloud 100  IaaS
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    Google Cloud Trace 100  Performance
    Google Cloud CDN 100  CDN
    Cloudflare Bot Management 100  Security
    Cloudflare 100  CDN
    Amazon CloudFront 100  CDN
    HTTP/3 100  Miscellaneous

    Data collected using Third Party Web 0.24.0

    Cdn
    Google CDN
    Google Fonts
    JSDelivr CDN
    Survelliance
    Google CDN
    Google Fonts
    Google Tag Manager
    Google/Doubleclick Ads
    Google Analytics
    Consent-provider
    Optanon
    Tag-manager
    Google Tag Manager
    Social
    ShareThis
    Ad
    Google/Doubleclick Ads
    Crowd Control
    LinkedIn Ads
    eXelate
    The Trade Desk
    Eyeota
    Yahoo!
    DMD Marketing
    Analytics
    Google Analytics
    Hotjar
    LiveRamp IdentityLink
    Marketing
    Hubspot
    Madison Logic
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)1.977 s
    First Contentful Paint (FCP)2.597 s
    Largest Contentful Paint (LCP)2.663 s
    Cumulative Layout Shift (CLS)0.01
    Total Blocking Time (TBT)180 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP2601
    Time spent in recalculate style before FCP54.956 ms
    Extra timings
    TTFB1.977 s
    First Paint2.597 s
    Load Event End4.424 s
    Fully loaded10.735 s

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeDIV
    Element/tag<div class="gsw-bg"></div>
    Render time 2.663 s
    Elements that needed recalculate style before LCP2612
    Time spent in recalculate style before LCP62.547 ms
    Load time2.663 s
    URL https://gsw.silverch...rs_background.png
    Size (width*height)67500
    DOM path
    section:eq(0) > div:eq(1) > div:eq(3)> section:eq(0) > div:eq(1) > div:eq(3)>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.00505 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.00232<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00087<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00057<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00032<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00024<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00017<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00015<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00014<div class="pageNumbers al-pageNumbers"></div>,<button type="button" class="btn-as-link sr-nav-next al-nav-next" data-url="q=riess+1998&amp;page=2"></button>,<div class="navbar-search-filter_wrap"></div>,<::before></::before>,<div class="solrSearchSaveWidget"></div>
    body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(3) > div > div,body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(3) > div > button,body > section:eq(0) > div:eq(1) > div:eq(2) > div > div:eq(0) > div:eq(2) > div:eq(0) > form > fieldset > div:eq(1),body > section:eq(0) > div:eq(1) > div:eq(2) > div > div:eq(0) > div:eq(2) > div:eq(0) > form > fieldset > div:eq(2) > a > ::before,body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(1) > div:eq(1)
    0.00011<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00007<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00005<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00002<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    180 ms239.8 ms1.2 ms0.7 ms0.5 ms
    https://script.hotjar.com/modules.625495a901d247c3e8d4.js

    Invoker:  https://script.hotjar.com/modules.625495a901d247c3e8d4.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    70 ms598.8 ms5.2 ms3 ms2.2 ms
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js

    Invoker:  https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
    Invoker Type: classic-script
    Window attribution: self

    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js

    Invoker:  https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js
    Invoker Type: classic-script
    Window attribution: self

    https://widgets.figshare.com/static/figshare.js

    Invoker:  https://widgets.figshare.com/static/figshare.js
    Invoker Type: classic-script
    Window attribution: self

    https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js

    Forced Style And Layout Duration: 76 ms

    Invoker:  https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    56 ms85.4 ms27.6 ms24.8 ms2.8 ms
    https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

    Invoker:  https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    2 ms52.2 ms0.8 ms0.4 ms0.4 ms
    https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms95.1 ms0.9 ms0.4 ms0.5 ms
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js

    Forced Style And Layout Duration: 8 ms

    Invoker:  Response.json.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js

    Forced Style And Layout Duration: 37 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms57.7 ms3.3 ms1.7 ms1.6 ms
    https://platform-api.sharethis.com/js/sharethis.js

    Invoker:  https://platform-api.sharethis.com/js/sharethis.js
    Invoker Type: classic-script
    Window attribution: self

    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js?

    Invoker:  https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js?
    Invoker Type: classic-script
    Window attribution: descendant

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms116 ms0 ms0.5 ms-0.5 ms
    https://js.hsleadflows.net/leadflows.js

    Invoker:  https://js.hsleadflows.net/leadflows.js
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms100.2 ms0.8 ms0.4 ms0.4 ms
    https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms124 ms1 ms0.5 ms0.5 ms
    https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests153
    Total domains49
    Total transfer size3.5 MB
    Total content size10.1 MB
    Responses missing compression57
    Number of cookies19
    Third party cookies6
    Requests per response code
    200122
    2011
    20412
    3011
    30215
    3072

    Largest assets on the page (by transfer size)

    URLTypeTransfer SizeContent Size
    https://gsw.silverch...thead_with_bg.pngimage337.2 KB336.1 KB
    https://gsw.hum.works/js/main.jsjavascript312.6 KB312.1 KB
    https://cdn.jsdelivr.../tex-mml-chtml.jsjavascript226.4 KB1.1 MB
    https://gsw.silverch...rs_background.pngimage158.5 KB157.6 KB
    https://securepubads...01/pubads_impl.jsjavascript149.7 KB483.6 KB
    https://gsw.silverch...04266/site.min.jsjavascript144.3 KB519.7 KB
    https://www.googleta...nager.com/gtag/jsjavascript112.7 KB347.2 KB
    https://www.googleta...anager.com/gtm.jsjavascript108.2 KB314.6 KB
    https://cookie-cdn.c....0/otBannerSdk.jsjavascript104.6 KB449.5 KB
    https://www.googleta...nager.com/gtag/jsjavascript97.5 KB279.1 KB
    https://www.googleta...nager.com/gtag/jsjavascript97.4 KB275.6 KB
    https://www.googleta...nager.com/gtag/jsjavascript97.3 KB275.6 KB
    https://www.googleta...nager.com/gtag/jsjavascript96.9 KB276.0 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.8 KB268.4 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.8 KB268.4 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.8 KB268.4 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.8 KB268.4 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.8 KB268.4 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.8 KB268.4 KB
    https://js.hsleadflows.net/leadflows.jsjavascript92.1 KB550.3 KB

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html319 B85.8 KB560.3 KB7
    css0 b60.6 KB403.5 KB5
    javascript691 B2.6 MB8.3 MB46
    image1.5 KB557.4 KB551.7 KB17
    font0 b69.4 KB69.4 KB3
    svg0 b14.9 KB34.0 KB6
    json360 B100.4 KB154.5 KB20
    other390 B26.1 KB25.4 KB5
    favicon0 b5.6 KB14.7 KB1
    plain530 B2.3 KB335 B25
    Total3.7 KB3.5 MB10.1 MB135

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    pubs.geoscienceworld.org2.537 s88.7 KB566.1 KB5
    cookie-cdn.cookiepro.com737 ms187.0 KB663.8 KB13
    ajax.googleapis.com126 ms30.7 KB86.1 KB1
    gsw.silverchair-cdn.com1.364 s765.9 KB1.5 MB17
    fonts.googleapis.com119 ms947 B3.8 KB1
    widgets.figshare.com571 ms34.5 KB101.6 KB1
    geolocation.onetrust.com148 ms307 B69 B1
    cdn.jsdelivr.net137 ms226.4 KB1.1 MB1
    fonts.gstatic.com126 ms69.4 KB69.4 KB3
    www.googletagmanager.com3.719 s1.2 MB3.3 MB12
    js.trendmd.com382 ms113.8 KB384.8 KB3
    platform-api.sharethis.com160 ms58.1 KB244.3 KB2
    securepubads.g.doubleclick.net294 ms182.4 KB587.6 KB3
    rev.trendmd.com382 ms4.2 KB740 B6
    buttons-config.sharethis.com100 ms1.1 KB708 B1
    l.sharethis.com218 ms428 B176 B2
    www.google-analytics.com2.093 s22.3 KB51.8 KB22
    static.hotjar.com101 ms6.4 KB15.2 KB1
    js.hs-scripts.com121 ms1.0 KB2.5 KB1
    gsw.hum.works596 ms385.4 KB384.7 KB7
    script.hotjar.com186 ms55.3 KB221.2 KB1
    js.hs-banner.com164 ms18.9 KB62.3 KB1
    js.hs-analytics.net184 ms24.6 KB68.4 KB1
    js.hsleadflows.net193 ms92.1 KB550.3 KB1
    js.hsadspixel.net196 ms3.6 KB6.2 KB1
    js.hscollectedforms.net183 ms24.4 KB68.8 KB1
    t.sharethis.com364 ms13.6 KB41.3 KB3
    bcp.crwdcntrl.net305 ms697 B235 B2
    content.hotjar.io806 ms171 B56 B1
    sync.sharethis.com1.042 s252 B252 B6
    track.hubspot.com171 ms1.2 KB45 B1
    api.hubapi.com172 ms791 B114 B1
    forms.hscollectedforms.net60 ms495 B136 B1
    forms.hsforms.com130 ms884 B35 B1
    forms.hubspot.com180 ms1.5 KB178 B1
    snap.licdn.com114 ms14.5 KB40.2 KB1
    loadus.exelator.com125 msN/A0 b2
    match.adsrvr.org117 msN/A0 b2
    ps.eyeota.net160 ms388 B0 b2
    ml314.com177 ms114 B43 B2
    cms.analytics.yahoo.com108 msN/A0 b1
    flowtype.press872 msN/A48 B2
    px.ads.linkedin.com422 ms1.1 KB2 B5
    ups.analytics.yahoo.com71 msN/A0 b2
    pagead2.googlesyndication.com152 msN/A0 b1
    idsync.rlcdn.com168 msN/A0 b2
    www.linkedin.com174 msN/A0 b1
    www.medtargetsystem.com146 ms21.2 KB102.9 KB3
    metrics.hotjar.io453 ms80 B0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 minute1 year
    Last modified0 seconds10 weeks26 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html1.7 KB6
    css0 b0
    javascript2.1 MB36
    image61.8 KB15
    font0 b0
    json82.3 KB16
    favicon5.6 KB1
    svg3.4 KB3
    plain2.3 KB25
    other0 b4
    Total2.2 MB123

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html1.7 KB6
    css4.4 KB1
    javascript2.1 MB36
    image61.8 KB15
    font0 b0
    json100.1 KB19
    favicon5.6 KB1
    svg3.4 KB3
    plain2.3 KB25
    other0 b4
    Total2.3 MB128

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    921

    Render information

    URLType
    https://gsw.hum.works/js/main.jsnon_blocking
    https://cdn.jsdelivr.../tex-mml-chtml.jspotentially_blocking
    https://securepubads...01/pubads_impl.jsnon_blocking
    https://gsw.silverch...04266/site.min.jsin_body_parser_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...anager.com/gtm.jsnon_blocking
    https://cookie-cdn.c....0/otBannerSdk.jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://js.hsleadflows.net/leadflows.jsnon_blocking
    https://js.trendmd.com/widget.js?0.477.0non_blocking
    https://script.hotja...a901d247c3e8d4.jsnon_blocking
    https://gsw.silverch...2805/site.min.cssblocking
    https://js.trendmd.c....com/polyfills.jsnon_blocking
    https://platform-api...1032e&product=sopnon_blocking
    https://widgets.figs...tatic/figshare.jsblocking
    https://securepubads...net/tag/js/gpt.jsnon_blocking
    https://ajax.googlea...4.1/jquery.min.jsblocking
    https://gsw.silverch...s/white-label.ttfnon_blocking
    https://js.hs-analyt...00000/21550794.jsnon_blocking
    https://js.hscollect...collectedforms.jsnon_blocking
    https://fonts.gstati...TPHjxsAXC-q.woff2non_blocking
    https://fonts.gstati...MUTPHjx4wXg.woff2non_blocking
    https://fonts.gstati...Hh6UVSwiPGQ.woff2non_blocking
    https://www.google-a....com/analytics.jsnon_blocking
    https://www.medtarge...me/slim_signal.jsblocking
    https://js.hs-banner.com/21550794.jsnon_blocking
    https://snap.licdn.c...cs/insight.min.jsnon_blocking
    https://platform-api...s.com/panorama.jsnon_blocking
    https://t.sharethis.....23404/a/US/t_.jsnon_blocking
    https://cookie-cdn.c...ates/otSDKStub.jsblocking
    https://static.hotja...hotjar-2619384.jsnon_blocking
    https://gsw.silverch...rate-3.1.0.min.jsblocking
    https://pubs.geoscie...56f38220d/main.jsnon_blocking
    https://js.hsadspixel.net/fb.jsnon_blocking
    https://js.trendmd.com/trendmd.min.jsnon_blocking
    https://gsw.silverch...9031743/style.cssblocking
    https://t.sharethis....his.com/1/k/t.dhjnon_blocking
    https://buttons-conf...aa460012e1032e.jsnon_blocking
    https://js.hs-scripts.com/21550794.jsnon_blocking
    https://gsw.silverch...481693/bg_img.cssblocking
    https://fonts.google...oogleapis.com/cssblocking
    https://gsw.silverch...m.proxylogging.jsin_body_parser_blocking
    https://pubs.geoscie...ripts/jsd/main.jsnon_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 180
    Max Potential First Input Delay 229
    Long Tasks before First Paint2193
    Long Tasks before First Contentful Paint2193
    Long Tasks before Largest Contentful Paint2193
    Long Tasks after Load Event End00
    Total Long Tasks4473

    CPU last long task happened at 3.257 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self2462114window
    self258479window
    self305351window
    self3257229window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML25
    styleLayout198
    paintCompositeRender14
    scriptParseCompile1
    scriptEvaluation1163
    garbageCollection23
    other147
    Events (ms)
    v8.run880
    UpdateLayoutTree140
    RunTask105
    FunctionCall104
    RunMicrotasks73
    Layout58
    v8.evaluateModule41
    ParseHTML21
    CompressionStream Deflate14
    PrePaint10

    Time spent per request

    URLCPU time (ms)
    https://script.hotjar.com/modules.625495a901d247c3e8d4.js240
    https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js107
    https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js79
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js74
    https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c55
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js46
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js46
    https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ6739
    https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=138
    https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410230101/pubads_impl.js37
    https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=137
    https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=136
    https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=134
    https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=134
    https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=133
    https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=132
    https://gsw.hum.works/js/main.js31
    https://www.google-analytics.com/analytics.js30
    https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=130
    https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=129
    https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=129
    https://widgets.figshare.com/static/figshare.js17
    https://js.hscollectedforms.net/collectedforms.js13
    https://securepubads.g.doubleclick.net/tag/js/gpt.js13
    https://platform-api.sharethis.com/js/sharethis.js11
    https://js.hsleadflows.net/leadflows.js10

    CPU time spent

    Tool/domainTime (ms)
    Hotjar239.7
    gsw.silverchair-cdn.com106.7
    JSDelivr CDN79.3
    Google CDN73.7
    Google Tag Manager425.0
    cookie-cdn.cookiepro.com46.2
    pubs.geoscienceworld.org45.6
    Google/Doubleclick Ads49.7
    gsw.hum.works31.3
    Google Analytics29.8
    widgets.figshare.com17.3
    Hubspot23.2
    ShareThis10.9
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    cdn 6
    survelliance 49
    consent-provider 1
    tag-manager 19
    social 16
    ad 36
    analytics 32
    marketing 13
    other 1
    CategoryNumber of tools
    cdn 3
    survelliance 5
    consent-provider 1
    tag-manager 1
    social 1
    ad 13
    analytics 4
    marketing 2
    other 1

    Third party requests and tools

    cdn (6 requests)
    Google CDN
    Google Fonts
    JSDelivr CDN
    survelliance (49 requests)
    Google CDN
    Google Fonts
    Google Tag Manager
    Google/Doubleclick Ads
    Google Analytics
    consent-provider (1 requests)
    Optanon
    tag-manager (19 requests)
    Google Tag Manager
    social (16 requests)
    ShareThis
    ad (36 requests)
    Google/Doubleclick Ads
    Crowd Control
    LinkedIn Ads
    eXelate
    The Trade Desk
    Eyeota
    Yahoo!
    DMD Marketing
    IPONWEB
    AppNexus
    OwnerIQ
    StackAdapt
    AdTheorent
    analytics (32 requests)
    Google Analytics
    Hotjar
    LiveRamp IdentityLink
    Throtle
    marketing (13 requests)
    Hubspot
    Madison Logic
    other (1 requests)
    Arbor

    Unmatched third party domains

    Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

    cookie-cdn.cookiepro.com
    gsw.silverchair-cdn.com
    widgets.figshare.com
    js.trendmd.com
    rev.trendmd.com
    gsw.hum.works
    flowtype.press

    Third party cookies

    Cookie nameDomain
    __stid sharethis.com
    _cc_dc crwdcntrl.net
    _cc_id crwdcntrl.net
    EE .exelator.com
    mako_uid eyeota.net
    li_sugr .linkedin.com

    First party requests and sizes per content type

    Calculated using .*geoscienceworld.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b84.1 KB558.1 KB1
    css0 b0 b0 b0
    javascript0 b3.8 KB7.9 KB1
    image0 b0 b0 b0
    font0 b0 b0 b0
    json0 b203 B111 B1
    plain0 b632 B0 b1
    TotalN/A88.7 KB566.1 KB5

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html319 B1.7 KB2.2 KB6
    css0 b60.6 KB403.5 KB5
    javascript691 B2.6 MB8.3 MB45
    image1.5 KB557.4 KB551.7 KB17
    font0 b69.4 KB69.4 KB3
    svg0 b14.9 KB34.0 KB6
    json360 B100.2 KB154.4 KB19
    other390 B26.1 KB25.4 KB5
    favicon0 b5.6 KB14.7 KB1
    plain530 B1.7 KB335 B24
    Total5.7 KB3.5 MB9.5 MB148